projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
495b993
)
added strictfp type modifier.
author
Simon Marshall
<simon@gnu.org>
Thu, 18 Mar 1999 10:16:14 +0000
(10:16 +0000)
committer
Simon Marshall
<simon@gnu.org>
Thu, 18 Mar 1999 10:16:14 +0000
(10:16 +0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index 4960d67ebf97d6f95e1591a426f7de5fd757601e..d43690ed2cfa6e6d10869c760e12cd34f4a115d7 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-2807,7
+2807,9
@@
See also `java-font-lock-extra-types'.")
'("abstract" "const" "final" "synchronized" "transient" "static"
;; Anders Lindgren <andersl@andersl.com> says this has gone.
;; "threadsafe"
- "volatile" "public" "private" "protected" "native"))))
+ "volatile" "public" "private" "protected" "native"
+ ;; Carl Manning <caroma@ai.mit.edu> says this is new.
+ "strictfp"))))
)
(setq java-font-lock-keywords-1
(list